home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / All_In_One2073016282007.psc / All In One Math / frmAboutTVSOEPS.frm < prev    next >
Text File  |  2007-06-26  |  2KB  |  71 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "About All In One Math"
  5.    ClientHeight    =   2850
  6.    ClientLeft      =   2340
  7.    ClientTop       =   1935
  8.    ClientWidth     =   5730
  9.    ClipControls    =   0   'False
  10.    Icon            =   "frmAboutTVSOEPS.frx":0000
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1967.121
  15.    ScaleMode       =   0  'User
  16.    ScaleWidth      =   5380.766
  17.    ShowInTaskbar   =   0   'False
  18.    Begin VB.CommandButton cmdOK 
  19.       Cancel          =   -1  'True
  20.       Caption         =   "OK"
  21.       Default         =   -1  'True
  22.       Height          =   345
  23.       Left            =   2040
  24.       TabIndex        =   0
  25.       Top             =   2400
  26.       Width           =   1260
  27.    End
  28.    Begin VB.Label lblDescription 
  29.       Caption         =   $"frmAboutTVSOEPS.frx":0BC2
  30.       ForeColor       =   &H00000000&
  31.       Height          =   1170
  32.       Left            =   1050
  33.       TabIndex        =   1
  34.       Top             =   1125
  35.       Width           =   3885
  36.    End
  37.    Begin VB.Label lblTitle 
  38.       Caption         =   "All In One Math"
  39.       ForeColor       =   &H00000000&
  40.       Height          =   480
  41.       Left            =   1080
  42.       TabIndex        =   2
  43.       Top             =   240
  44.       Width           =   3885
  45.    End
  46.    Begin VB.Label lblVersion 
  47.       Caption         =   "Version"
  48.       Height          =   225
  49.       Left            =   1050
  50.       TabIndex        =   3
  51.       Top             =   780
  52.       Width           =   3885
  53.    End
  54. End
  55. Attribute VB_Name = "frmAbout"
  56. Attribute VB_GlobalNameSpace = False
  57. Attribute VB_Creatable = False
  58. Attribute VB_PredeclaredId = True
  59. Attribute VB_Exposed = False
  60.  
  61. Private Sub cmdOK_Click()
  62.   Unload Me
  63. End Sub
  64.  
  65. Private Sub Form_Load()
  66.         lblVersion.Caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision
  67.  End Sub
  68.  
  69.  
  70.  
  71.